html body div.rv-content > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body .rv-image {
    overflow: visible;
}

body .rv-content {
    margin: 1% auto !important;
    width: 95% !important;
}


body .rv-content {
    width: 100%;
}

body .rv-content, body .rv-module {
    position: relative !important;
    width: auto !important;
    margin: 25px !important;
    overflow: auto;
}

body .rv-content, body .rv-module {
    position: relative !important;
    width: auto !important;
    margin: 25px !important;
}

.botnav {
    width: 100%;
    height: 100px;
    z-index: 2;
    float: left;
}

html .botnav .navbar {
    margin-left: 25% !important;
}

html body div.rv-content.content {
    margin: 15% !important;
    margin-bottom: 50px !important;
}

html body div.rv-module.module {
    margin: 0 15% !important;
}

html body div.rv-widget.widget {
    margin: 15% !important;
    margin-top: 50px !important;
    width: auto !important;
}

@media (max-width: 1100px) {

    .image1 {
        padding-top: 55px;
    }

    body div.rv-content, body div.rv-module {
        margin: 0px auto !important;
        width: 97% !important;
    }

    .logo {
        padding: 0 !important;
    }

    html body div.rv-content.content,
    html body div.rv-module.module,
    html body div.rv-widget.widget {
        margin: 0px !important;
        padding: 10px !important;
        width: calc(100% - 20px) !important;
    }

}